set Nag Timeout
open fun setNagTimeout(value: Int): ModuleConfigProtos.ModuleConfig.ExternalNotificationConfig.Builder
The notification will toggle with 'output_ms' for this time of seconds.
Default is 0 which means don't repeat at all. 60 would mean blink
and/or beep for 60 seconds
Content copied to clipboard
uint32 nag_timeout = 14;
Return
This builder for chaining.
Parameters
value
The nagTimeout to set.